home *** CD-ROM | disk | FTP | other *** search
- object frmDataDoctorDlg: TfrmDataDoctorDlg
- Left = 102
- Top = 99
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'Removing Deleted Records from the Database'
- ClientHeight = 183
- ClientWidth = 378
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- PixelsPerInch = 96
- Position = poScreenCenter
- OnShow = FormShow
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 361
- Height = 129
- Caption = 'Packing Table'
- TabOrder = 1
- object Label3: TLabel
- Left = 12
- Top = 48
- Width = 19
- Height = 13
- Caption = 'File:'
- end
- object Label4: TLabel
- Left = 12
- Top = 24
- Width = 53
- Height = 13
- Caption = 'Data Base:'
- end
- object Gauge1: TGauge
- Left = 50
- Top = 96
- Width = 261
- Height = 20
- Color = clNavy
- ForeColor = clNavy
- ParentColor = False
- Progress = 0
- end
- object Label5: TLabel
- Left = 139
- Top = 76
- Width = 84
- Height = 13
- Caption = 'Percent Complete'
- end
- object edtFileName: TEdit
- Left = 88
- Top = 49
- Width = 197
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- end
- object edtDatabase: TEdit
- Left = 88
- Top = 21
- Width = 197
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- end
- end
- object btnDone: TButton
- Left = 151
- Top = 147
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 0
- OnClick = btnDoneClick
- end
- end
-